Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.1.1
4.  Configuring Firebird
Prev Next

Sitecore 5.1.1 introduces support for Firebird databases. All the necessary DLLs, databases, and so on are included in the Sitecore standard distribution. By default, Sitecore is configured to use Firebird database as its data storage.

Setup the database connection strings 

Firebird connection strings have the form: 

<connections> 
  <archive>Database=/data/scArchive.fdb;User=SYSDBA; Password=masterkey; ... </archive> 
  <core>Database=/data/scCore.fdb;User=SYSDBA; Password=masterkey; ... </core> 

  ...
</connections> 

You need to change the User and Password values manually.

NOTE: The databases of the distribution are located in the /data folder by default.

4.1.  Known Issues


Prev Next